Package edu.uky.ai.lp.ai
Class WumpusWorld
java.lang.Object
edu.uky.ai.lp.ai.WumpusWorld
public class WumpusWorld
extends java.lang.Object
A utility class for providing the initial Wumpus World knowledge base.
- Author:
- Stephen G. Ware
-
Constructor Summary
Constructors Constructor Description WumpusWorld() -
Method Summary
Modifier and Type Method Description static KnowledgeBasegetKnowledgeBase()Returns a knowledge base that represents what is known about the Wumpus World at the start of the game.
-
Constructor Details
-
WumpusWorld
public WumpusWorld()
-
-
Method Details
-
getKnowledgeBase
Returns a knowledge base that represents what is known about the Wumpus World at the start of the game.- Returns:
- the knowledge base
-